cmake-workaround-tbbmemory
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 5 Sep 2026 13:59:16 +0000 (15:59 +0200)
committerTobias Frost <tobi@debian.org>
Sat, 5 Sep 2026 13:59:16 +0000 (15:59 +0200)
Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch

CMakeLists.txt

index 7315255fb50d8b269cbd87091a150a5279465256..5a20c56b73fc64c1f09533161fde7b98efa689fc 100644 (file)
@@ -951,7 +951,7 @@ include_directories (${CMAKE_BINARY_DIR}/${INSTALL_DIR_INCLUDE})
 string (REGEX REPLACE ";" " " 3RDPARTY_NO_LIBS "${3RDPARTY_NO_LIBS}")
 if (3RDPARTY_NO_LIBS)
   if (BUILD_SHARED_LIBS)
-    message (SEND_ERROR "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" )
+    message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" )
   else()
     message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" )
   endif()